'Declaration
Protected Overloads Sub HandleMessageProcessingError( _ ByVal e As Exception, _ ByVal defaultCode As UInteger, _ ByVal format As String, _ ByVal ParamArray args() As Object _ )
'Usage
Dim instance As UaSCUaBinaryChannel Dim e As Exception Dim defaultCode As UInteger Dim format As String Dim args() As Object instance.HandleMessageProcessingError(e, defaultCode, format, args)
protected void HandleMessageProcessingError( Exception e, uint defaultCode, string format, params object[] args )
protected: void HandleMessageProcessingError( Exception^ e, uint defaultCode, String^ format, ... array<Object^>^ args )
Parameters
- e
- defaultCode
- format
- args